home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / main.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  133 b   |  16 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown
  10. end
  11.  
  12. on mouseUp
  13.   cursor(-1)
  14.   go(1, "end")
  15. end
  16.